object Form1: TForm1 Left = 353 Top = 245 BorderStyle = bsNone Caption = 'Form1' ClientHeight = 290 ClientWidth = 421 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] PixelsPerInch = 96 TextHeight = 13 object PageControl1: TPageControl Left = 0 Top = 0 Width = 421 Height = 290 ActivePage = InformationSheet Align = alClient TabOrder = 0 OnChanging = PageControl1Changing object InformationSheet: TTabSheet TabVisible = False OnExit = InformationSheetExit object Label1: TLabel Left = 72 Top = 24 Width = 279 Height = 29 Caption = 'Registration Information' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -24 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object Label2: TLabel Left = 32 Top = 96 Width = 46 Height = 16 Caption = 'Name:' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object Label3: TLabel Left = 32 Top = 128 Width = 104 Height = 16 Caption = 'Serial Number:' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object Label4: TLabel Left = 32 Top = 160 Width = 49 Height = 16 Caption = 'E-Mail:' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object edName: TEdit Left = 152 Top = 92 Width = 233 Height = 21 MaxLength = 35 TabOrder = 0 end object edSerialNumber: TEdit Left = 152 Top = 124 Width = 233 Height = 21 MaxLength = 35 TabOrder = 1 end object edE_Mail: TEdit Left = 152 Top = 160 Width = 233 Height = 21 MaxLength = 35 TabOrder = 2 end object btnCancel1: TBitBtn Left = 240 Top = 224 Width = 75 Height = 25 TabOrder = 3 OnClick = btnCancel1Click Kind = bkCancel end object btnNext: TBitBtn Left = 112 Top = 224 Width = 75 Height = 25 Caption = 'Next' TabOrder = 4 OnClick = btnNextClick Glyph.Data = { 76010000424D7601000000000000760000002800000020000000100000000100 04000000000000010000120B0000120B00001000000000000000000000000000 800000800000008080008000000080008000808000007F7F7F00BFBFBF000000 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333 3333333333333333333333333333333333333FFF333333333333000333333333 3333777FFF3FFFFF33330B000300000333337F777F777773F333000E00BFBFB0 3333777F773333F7F333000E0BFBF0003333777F7F3337773F33000E0FBFBFBF 0333777F7F3333FF7FFF000E0BFBF0000003777F7F3337777773000E0FBFBFBF BFB0777F7F33FFFFFFF7000E0BF000000003777F7FF777777773000000BFB033 33337777773FF733333333333300033333333333337773333333333333333333 3333333333333333333333333333333333333333333333333333333333333333 3333333333333333333333333333333333333333333333333333} NumGlyphs = 2 end end object SendSheet: TTabSheet TabVisible = False object rdgSendRegInfo: TRadioGroup Left = 88 Top = 32 Width = 257 Height = 105 Caption = 'Send Registration Information' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] Items.Strings = ( 'Via Modem' 'Via the Internet') ParentFont = False TabOrder = 0 end object btnFinish: TBitBtn Left = 112 Top = 224 Width = 75 Height = 25 Caption = 'Finish' TabOrder = 1 OnClick = btnFinishClick Glyph.Data = { 76010000424D7601000000000000760000002800000020000000100000000100 04000000000000010000120B0000120B00001000000000000000000000000000 800000800000008080008000000080008000808000007F7F7F00BFBFBF000000 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00330000000000 03333377777777777F333301111111110333337F333333337F33330111111111 0333337F333333337F333301111111110333337F333333337F33330111111111 0333337F333333337F333301111111110333337F333333337F33330111111111 0333337F3333333F7F333301111111B10333337F333333737F33330111111111 0333337F333333337F333301111111110333337F33FFFFF37F3333011EEEEE11 0333337F377777F37F3333011EEEEE110333337F37FFF7F37F3333011EEEEE11 0333337F377777337F333301111111110333337F333333337F33330111111111 0333337FFFFFFFFF7F3333000000000003333377777777777333} NumGlyphs = 2 end object btnCancel2: TBitBtn Left = 240 Top = 224 Width = 75 Height = 25 TabOrder = 2 OnClick = btnCancel2Click Kind = bkCancel end end end object ApdComPort1: TApdComPort ComNumber = 1 AutoOpen = False TraceName = 'APRO.TRC' LogName = 'APRO.LOG' TapiMode = tmOn Left = 380 Top = 214 end object ApdWinsockPort1: TApdWinsockPort WsPort = 'telnet' BufferFull = 3072 BufferResume = 1024 ComNumber = 1 TraceName = 'APRO.TRC' LogName = 'APRO.LOG' SWFlowOptions = swfTransmit Left = 340 Top = 214 end object ApdProtocol1: TApdProtocol ComPort = ApdComPort1 ProtocolType = ptZmodem FileMask = 'C:\WINDOWS\TEMP\REG_INFO.TXT' BlockCheckMethod = bcmCrc32 HandshakeWait = 1092 Overhead = 20 StatusInterval = 10 ZmodemOptionOverride = True KermitPadCharacter = #0 Left = 340 Top = 246 end object ApdTapiDevice1: TApdTapiDevice SelectedDevice = 'Compaq Presario 56K-VSC' ComPort = ApdComPort1 ShowTapiDevices = False ShowPorts = False EnableVoice = False OnTapiConnect = ApdTapiDevice1TapiConnect Left = 380 Top = 246 end end